;
; Events text for the Dictator ToT Scenario
; Copyright(c) 1999, MicroProse Studios Inc.
; 

@BEGINEVENTS
@INITFLAG

@IF
NOSCHISM
DEFENDER=ANYBODY 
@THEN
@ENDIF

@IF
NEGOTIATION
talker=ANYBODY
talkertype=HumanOrComputer
listener=ANYBODY
listenertype=HumanOrComputer
@THEN

; War Events

@IF
TURN
turn=2
@THEN
JUSTONCE
TEXT
^
^^ Hitler declares a blockade of the British Isles.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=3
@THEN
JUSTONCE
TEXT
^
^^ In the United States, a military conscription bill is passed.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=4
@THEN
JUSTONCE
TEXT
^
^^ Japan signs the Tripartite Pact with Germany and Italy.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=7
@THEN
JUSTONCE
TEXT
^
^^ Britain declares war on Finland, Bulgaria, Hungary and Rumania.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=11
@THEN
JUSTONCE
TEXT
^
^^ Hoping to arrange peace, deputy Fhrer Rudolph Hess flies to Scotland.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=13
@THEN
JUSTONCE
TEXT
^
^^ The Ex-Kaiser Wilhelm II, dies in exile in Holland.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=22
@THEN
JUSTONCE
TEXT
^
^^ The French resistance attacks the German HQ at Arras with hand grenades.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=24
@THEN
JUSTONCE
TEXT
^
^^ The Czech resistance kills the SS Leader Reinhard Heydrich in Prague.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=31
@THEN
JUSTONCE
TEXT
^
^^ British Commandos make a daring raid on the Bordeaux harbour.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=39
@THEN
JUSTONCE
TEXT
^
^^ Portugal enters the war and allows Allied forces to use the Azores Islands.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=43
@THEN
JUSTONCE
TEXT
^
^^ Rommel takes command of the coastal defences from Holland to the Bay of Biscay.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=44
@THEN
JUSTONCE
TEXT
^
^^ Franco disbands Falangist (Fascist) Militia in Spain.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=47
@THEN
JUSTONCE
TEXT
^
^^ Propaganda Chief Goebbels is given command of Berlin.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=67
@THEN
JUSTONCE
TEXT
^
^^ General Patton is fired for allegedly sympathetic remarks about the Nazis.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

; Lend Lease events

@IF
RECEIVEDTECHNOLOGY
technology=96
receiver=USA
@THEN
JUSTONCE
TEXT
^
^^ The USA provides economic aid to the UK, via the Lend-Lease Programme.
^
ENDTEXT
CHANGEMONEY
receiver=British Empire
amount=10000
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=96
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=86
receiver=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The USA provides economic aid to the USSR, via the Lend-Lease Programme.
^
ENDTEXT
CHANGEMONEY
receiver=USSR
amount=10000
PlayWaveFile
WARDRUM.wav
@ENDIF

; Battle of Britain Events

@IF
TURN
turn=1
@THEN
JUSTONCE
TEXT
^
^^ The Battle of Britain:
^
^^ France has been defeated. Now the full fury and might of Germany will
^^ very soon be directed upon the UK. Hitler knows that he will have to 
^^ break Churchill and the defiant British...Or perhaps lose the war.
^
^^ The RAF now awaits the incoming Luftwaffe attacks...
^
ENDTEXT
PlayWaveFile
LITEBOMB.wav
@ENDIF

@IF
TURN
turn=5
@THEN
JUSTONCE
TEXT
^
^^ To break British morale, Hitler orders his 
^^ Luftwaffe to target civilian areas in the UK.
^
ENDTEXT
PlayWaveFile
LITEBOMB.wav
@ENDIF

@IF
TURN
turn=8
@THEN
JUSTONCE
TEXT
^
^^ The RAF attacks Berlin, inflicting only minor damage.
^
ENDTEXT
PlayWaveFile
LITEBOMB.wav
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Operation Seelwe Victory:
^ 
^^ As a shocked world listens, a German-accented announcer on the 
^^ BBC world service states that London is now under Nazi control!
^
^^ General Manstein accepts the surrender of the city from London's Mayor.
^^ Worldwide democracy is threatened... Truly the darkest hour for the Allies.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=Third Reich
defender=British Empire
@THEN
Flag
Who=Third Reich
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=UK Infantry
Count=9
owner=British Empire
veteran=yes
homecity=None
locations
116,44
endlocations
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=UK Infantry
Count=9
owner=British Empire
veteran=yes
homecity=None
locations
118,42
endlocations
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=British Empire
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ German Occupation Force Defeated:
^
^^ Raging at the Axis disaster in England, the Fhrer sends his
^^ elite SS Leibstandarte Adolf Hitler. Thier orders are to
^^ regain the city and annihilate the defenders without mercy!
^
ENDTEXT
CREATEUNIT
unit=Waffen SS
Count=3
owner=Third Reich
veteran=yes
homecity=Munich
locations
117,47
119,47
119,45
118,44
117,45
endlocations
PlayWaveFile
DEFEAT.wav
@ENDIF

@IF
CITYTAKEN
city=LONDON
attacker=British Empire
defender=Third Reich
@THEN
Flag
Who=Third Reich
State=off
Flag=0
Continuous
@ENDIF

@IF
RANDOMTURN
denominator=9
@AND
Checkflag
Who=Third Reich
Flag=0
State=on
@THEN
JUSTONCE
TEXT
^
^^ In Washington, there are stories of the Nazis rounding up and shooting 
^^ London civilians. Outraged at this, the USA decides to liberate the UK.
^
ENDTEXT
MAKEAGGRESSION
who=USA
whom=Third Reich
PlayWaveFile
WARDRUM.wav
@ENDIF

; African Front Events

@IF
CITYTAKEN
city=Valletta
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ The stubborn island of Malta finally gives way to the Axis forces.
^^ Now the Germans and Italians can pursue their Mediterranean ambitions...
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=Gibraltar
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ With the fall of the Rock, British naval forces can no 
^^ longer challenge Axis shipping in the Mediterranean...
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
UNITKILLED
unit=Infantry
attacker=British Empire
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The British launch a new African counteroffensive led by General Wavell.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
TURN
turn=10
@THEN
JUSTONCE
TEXT
^
^^ Hitler gives the skilled General Rommel and his Afrika 
^^ Korps the task of bolstering the falling Italian Empire.
^
ENDTEXT
CREATEUNIT
unit=PzKpfw III
Count=2
owner=Third Reich
veteran=yes
homecity=None
locations
133,75
134,76
134,78
endlocations
@ENDIF

@IF
TURN
turn=10
@THEN
JUSTONCE
CREATEUNIT
unit=Afrika Korps
Count=4
owner=Third Reich
veteran=yes
homecity=None
locations
133,75
134,76
134,78
endlocations
@ENDIF

@IF
TURN
turn=10
@THEN
JUSTONCE
CREATEUNIT
unit=45mm AT Gun
Count=1
owner=Third Reich
veteran=yes
homecity=None
locations
133,75
134,76
134,78
endlocations
@ENDIF

@IF
TURN
turn=10
@THEN
JUSTONCE
CREATEUNIT
unit=Half-Track
owner=Third Reich
veteran=yes
homecity=None
locations
133,75
134,76
134,78
endlocations
@ENDIF

@IF
TURN
turn=10
@THEN
JUSTONCE
unit=75mm Artillery
owner=Third Reich
veteran=yes
homecity=None
locations
133,75
134,76
134,78
endlocations
@ENDIF

@IF
CITYTAKEN
city=Tobruk
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ After a tough battle, Tobruk finally falls back into Axis control. 
^^ British troops evacuate all that's left in Libya. Now the Germans 
^^ begin preparations for a thrust into British-held Egypt. 
^
ENDTEXT
CREATEUNIT
unit=UK Infantry
Count=6
owner=British Empire
veteran=yes
homecity=None
locations
140,80
endlocations
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
TURN
turn=28
@THEN
JUSTONCE
TEXT
^
^^ To stop Rommel, Churchill sends General Bernard
^^ Montgomery in command of the British 8th army.
^
ENDTEXT
CREATEUNIT
unit=UK Infantry
Count=6
owner=British Empire
veteran=yes
homecity=None
locations
140,80
endlocations
@ENDIF

@IF
TURN
turn=28
@THEN
JUSTONCE
CREATEUNIT
unit=A.12 Matilda
Count=2
owner=British Empire
veteran=yes
homecity=None
locations
140,80
endlocations
@ENDIF

@IF
TURN
turn=28
@THEN
JUSTONCE
CREATEUNIT
unit=75mm Artillery
Count=2
owner=British Empire
veteran=yes
homecity=None
locations
140,80
endlocations
@ENDIF

@IF
CITYTAKEN
city=Alexandria
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ With the fall of Alexandria, Churchill commands that 
^^ the British forces in Egypt must resist at all costs.
^
^^ Rommel prepares to deliver an all-out onslaught...
^
ENDTEXT
CREATEUNIT
unit=UK Infantry
Count=6
owner=British Empire
veteran=yes
homecity=None
locations
140,80
endlocations
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Alexandria
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Afrika Korps
Count=2
owner=Third Reich
veteran=yes
homecity=None
locations
138,76
endlocations
@ENDIF

@IF
CITYTAKEN
city=Alexandria
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=PzKpfw III
Count=1
owner=Third Reich
veteran=yes
homecity=None
locations
138,76
endlocations
@ENDIF

@IF
CITYTAKEN
city=Cairo
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Rommel is triumphant as the Afrika Korps march into Cairo.
^^ The defeated British can only flee in disarray and despair. 
^
^^ Some Allied formations retreat to Palestine for a final stand...
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Cairo
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=UK Infantry
Count=6
owner=British Empire
veteran=yes
homecity=None
locations
143,77
145,75
endlocations
@ENDIF

@IF
CITYTAKEN
city=Suez Canal
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ A resounding triumph for Germany as Axis troops march
^^ into Port Said and gain control of the vital canal. 
^^ To the West lies the rich oil of the Middle East...
^
^^ Rommel is called to Berlin to be awarded the Grand Iron Cross. 
^
ENDTEXT
PlayWaveFile
GERVICTOR.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
TEXT
^
^^ The American Allies launch Operation Torch, the invasion of North Africa.
^
ENDTEXT
CREATEUNIT
unit=GI Infantry
Count=6
owner=USA
veteran=yes
homecity=None
locations
116,70
117,71
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
CREATEUNIT
unit=M3 Stuart
Count=3
owner=USA
veteran=yes
homecity=None
locations
116,70
117,71
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
CREATEUNIT
unit=GI Infantry
Count=4
owner=USA
veteran=yes
homecity=None
locations
125,73
126,72
126,70
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
CREATEUNIT
unit=M3 Stuart
Count=3
owner=USA
veteran=yes
homecity=None
locations
125,73
126,72
126,70
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
CREATEUNIT
unit=75mm Artillery
Count=2
owner=USA
veteran=yes
homecity=None
locations
125,73
126,72
126,70
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
JUSTONCE
CREATEUNIT
unit=P-38 Lightning
Count=2
owner=USA
veteran=yes
homecity=None
locations
125,73
126,72
126,70
endlocations
@ENDIF

@IF
CITYTAKEN
city=Tripoli
attacker=ANYBODY
defender=Third Reich
@THEN
TEXT
^
^^ Tripoli has fallen to the advancing Allied armies. 
^^ The Axis have lost their most important African port.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
Flag
Who=British Empire
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=Tripoli
attacker=Third Reich
defender=ANYBODY
@THEN
TEXT
^
^^ Against all odds, the Axis forces repulse the Allied occupation force!
^^ The cunning Rommel has shown he is still a formidable commander...
^
ENDTEXT
PlayWaveFile
WAFFENKILL.wav
Flag
Who=British Empire
State=off
Flag=0
Continuous
@ENDIF

; Italian Front Events

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Operation Avalanche:
^
^^ The Allies unleash Avalanche, an invasion of Axis Italy. 
^^ General Alexander knows that if the Italian boot can be taken, 
^^ Hitler's war machine will be weakened and WW2 might end quickly.
^
ENDTEXT
CREATEUNIT
unit=UK Infantry
Count=4
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Commandos
Count=1
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=M4 Sherman
Count=2
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=75mm Artillery
Count=1
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Typhoon
Count=1
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=P-38 Lightning
Count=1
owner=USA
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
CREATEUNIT
unit=UK Infantry
Count=3
owner=British Empire
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
CREATEUNIT
unit=GI Infantry
Count=6
owner=USA
veteran=yes
homecity=None
locations
129,63
128,64
127,59
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=98
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=8
receiver=British Empire
@THEN
CREATEUNIT
unit=P-38 Lightning
Count=1
owner=USA
veteran=yes
homecity=None
locations
128,62
129,63
128,64
127,59
endlocations
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=ANYBODY
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ Operation Avalanche Victory:
^
^^ Rome is now in Allied control. But General Alexander knows 
^^ that the defences they faced in Italy are but a taste of 
^^ what deadly fortifications await the Allies in Europe...
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=ANYBODY
defender=Third Reich
@THEN
Flag
Who=British Empire
State=on
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=ANYBODY
defender=Third Reich
@THEN
JUSTONCE
CREATEUNIT
unit=Airborne Troops
Count=6
owner=triggerattacker
veteran=yes
homecity=None
locations
127,61
endlocations
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=Third Reich
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Operation Avalanche Defeat:
^
^^ Twisted wreckage of Allied men and machines are strewn from the toe
^^ of Italy to the walls of Rome. Alexander is in despair as he realises
^^ the gamble has not paid off, and the Axis are victorious...
^
ENDTEXT
PlayWaveFile
USDOOM.wav
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=Third Reich
defender=ANYBODY
@THEN
Flag
Who=British Empire
State=off
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=ROME
attacker=Third Reich
defender=ANYBODY
@AND
Flag
Who=British Empire
State=on
Flag=0
Continuous
@THEN
CREATEUNIT
unit=Commandos
Count=3
owner=British Empire
veteran=yes
homecity=None
locations
121,59
123,59
128,64
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

; Normandy Events

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
JUSTONCE
TEXT
^
^^ D-Day Invasion: The attempted liberation of France has begun.
^
^^ The Allied forces land under heavy fire on the beaches of Normandy.
^^ Rommel knows the Axis must hold the line here, or the game is up.
^
ENDTEXT
CREATEUNIT
unit=GI Infantry
Count=10
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
120,60
121,59
118,58
118,52
122,58
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
JUSTONCE
CREATEUNIT
unit=UK Infantry
Count=5
owner=British Empire
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
120,60
121,59
118,58
118,52
122,58
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
JUSTONCE
CREATEUNIT
unit=Airborne Troops
Count=4
owner=USA
veteran=yes
homecity=None
Randomize
locations
120,54
122,52
121,53
122,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
JUSTONCE
CREATEUNIT
unit=Commandos
Count=2
owner=British Empire
veteran=yes
homecity=None
Randomize
locations
120,54
122,52
121,53
122,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=P-51 Mustang
Count=2
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=Typhoon
Count=2
owner=British Empire
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=GI Infantry
Count=6
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=M4 Sherman
Count=2
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=75mm Artillery
Count=2
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=P-47 Thunderbolt
Count=2
owner=USA
veteran=yes
homecity=None
Randomize
locations
119,51
118,52
120,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=USA
@AND
Checkflag
Who=Third Reich
Flag=0
State=off
@THEN
CREATEUNIT
unit=Transport Ship
Count=4
owner=USA
veteran=yes
homecity=None
locations
119,51
118,52
120,50
116,56
122,60
endlocations
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ D-Day Invasion Victory:
^
^^ General Leclerc of the Free French Forces leads the triumphant Allied 
^^ parade up the Champs-Elyses, while the jubilant Parisians look on. 
^^ American military prestige is riding high with this great victory!
^
^^ The next stop will be Germany!
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USA
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=British Empire
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
CREATEUNIT
unit=GI Infantry
Count=12
owner=USA
veteran=yes
homecity=None
locations
120,52
endlocations
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
CREATEUNIT
unit=M4A3 Sherman
Count=6
owner=USA
veteran=yes
homecity=None
locations
120,52
endlocations
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
CREATEUNIT
unit=Airborne Troops
Count=6
owner=USA
veteran=yes
homecity=None
locations
120,52
endlocations
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ D-Day Invasion Defeat:
^
^^ Those Allied soldiers who survived the disaster of Normandy will never 
^^ forget the slaughter at the hands of the Germans. The terrible failure 
^^ of the invasion leads to a huge morale boost for the Axis forces...
^
ENDTEXT
PlayWaveFile
USDOOM.wav
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=Third Reich
defender=USA
@THEN
Flag
Who=USA
State=off
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=Third Reich
defender=British Empire
@THEN
Flag
Who=USA
State=off
Flag=0
Continuous
@ENDIF

; Fall of the Reich

@IF
CITYTAKEN
city=OSLO
attacker=USA
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=OSLO
attacker=Third Reich
defender=USA
@THEN
Flag
Who=USA
State=off
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=OSLO
attacker=British Empire
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=OSLO
attacker=Third Reich
defender=British Empire
@THEN
Flag
Who=USA
State=off
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=Cologne
attacker=USA
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Cologne
attacker=Third Reich
defender=USA
@THEN
Flag
Who=USA
State=off
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Cologne
attacker=British Empire
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Cologne
attacker=Third Reich
defender=British Empire
@THEN
Flag
Who=USA
State=off
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Hamburg
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ US forces accept the surrender of the research facility  
^^ at Peenemnde. Von Braun and others are transported to 
^^ the USA to assist the American research effort.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Hamburg
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ Shock and awe for the US Allies as the Germans retake the Peenemnde site.
^
^^ The SS show no mercy to the American prisoners...
^
ENDTEXT
PlayWaveFile
WAFFENKILL.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=USA
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ AMERICANS STORM INTO BERLIN!
^
^^ The Fhrer is found dead in Berlin as Germany's empire disintegrates.
^^ Some British officers think this could be one of his doubles, however.
^^ As the battle ends, many Wehrmacht troops gladly surrender to the Allies.
^
^^ Even as Berlin falls, Goebbels declares that the war will continue!
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=USA
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USA
@THEN
Flag
Who=USA
State=off
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=British Empire
defender=Third Reich
@THEN
Flag
Who=USA
State=on
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=British Empire
@THEN
Flag
Who=USA
State=off
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ DISASTER AS AMERICANS LOSE BERLIN!
^
^^ In what seems almost too impossible to take in, the US Army is dealt
^^ a bloody reversal by German forces in the embattled Nazi capital.
^
^^ A dark day for the land of the free.
^
ENDTEXT
PlayWaveFile
USDOOM.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USA
@THEN
Flag
Who=USA
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
CREATEUNIT
unit=Waffen SS
Count=6
owner=Third Reich
veteran=yes
homecity=None
locations
129,47
endlocations
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
CREATEUNIT
unit=PzKpfw VI Tiger II
Count=2
owner=Third Reich
veteran=yes
homecity=None
locations
129,47
endlocations
@ENDIF

@IF
Checkflag
Who=USA
Flag=2
State=on
@AND
RANDOMTURN
denominator=3
@THEN
TEXT
^
^^ The German Army attempts a breakout from war-torn Berlin!
^
ENDTEXT
CREATEUNIT
unit=Waffen SS
Count=6
owner=Third Reich
veteran=yes
homecity=None
locations
129,47
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=ANYBODY
defender=Third Reich
@THEN
Flag
Who=USA
State=off
Flag=2
Continuous
@ENDIF

; Balkan Events

@IF
CITYTAKEN
city=Athens
attacker=Third Reich
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ The Greek army capitulates as the government escapes the nation.
^^ British troops evacuate as well, but leave 27,000 men on Crete. 
^
^^ Destroying this force would benefit the Axis cause...
^
ENDTEXT
CREATEUNIT
unit=UK Infantry
Count=4
owner=British Empire
veteran=yes
homecity=None
locations
136,68
endlocations
PlayWaveFile
WARDRUM.wav
@ENDIF

; Eastern Front Events

@IF
TURN
turn=8
@THEN
JUSTONCE
TEXT
no broadcast
^
^^ TOP SECRET
^
^^ The Fhrer has approved battle plan 'Barbarossa'.
^^ German high commanders can now prepare an attack on the USSR.
^
ENDTEXT
GIVETECHNOLOGY
technology=47
receiver=Third Reich
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=86
receiver=Third Reich
@THEN
TEXT
no broadcast
^
^^ TOP SECRET
^
^^ Destroy the enemy engineer in German territory to
^^ send the coded signal and attack the Soviet Union!
^
ENDTEXT
JUSTONCE
CREATEUNIT
unit=Engineers
owner=British Empire
veteran=no
homecity=None
Randomize
locations
127,47
125,51
126,44
124,52
endlocations
@ENDIF

@IF
UNITKILLED
unit=Engineers
attacker=Anybody
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Operation Barbarossa Launched:
^
^^ Much to Stalin's surprise, Hitler has unleashed his forces on the USSR.
^^ Will the deadly blitzkrieg smash the Soviets as it has humbled Europe?
^
^^ This is the duel of the dictators that will decide the world's future...
^
ENDTEXT
MAKEAGGRESSION
who=Third Reich
whom=USSR
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
UNITKILLED
unit=Engineers
attacker=Anybody
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Hitler sends more than three million German soldiers, reinforced by 
^^ half a million auxiliaries from Germany's allies, into the East.
^
ENDTEXT
CREATEUNIT
unit=PzKpfw III
Count=5
owner=Third Reich
veteran=yes
homecity=None
locations
135,47
endlocations
@ENDIF

@IF
UNITKILLED
unit=Engineers
attacker=Anybody
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Wehrmacht
Count=4
owner=Third Reich
veteran=yes
homecity=None
locations
135,47
endlocations
@ENDIF

@IF
UNITKILLED
unit=Engineers
attacker=Anybody
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Ju-87 Stuka
Count=4
owner=Third Reich
veteran=yes
homecity=None
locations
135,51
endlocations
@ENDIF

@IF
UNITKILLED
unit=Engineers
attacker=Anybody
defender=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=105mm Wespe
Count=2
owner=Third Reich
veteran=yes
homecity=None
locations
135,47
endlocations
@ENDIF

@IF
CITYTAKEN
city=Anycity
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
Delay
delay=1
GIVETECHNOLOGY
technology=29
receiver=USSR
@ENDIF

@IF
CITYTAKEN
city=Anycity
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
Delay
delay=6
GIVETECHNOLOGY
technology=16
receiver=USSR
@ENDIF

@IF
CITYTAKEN
city=Anycity
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
Delay
delay=12
GIVETECHNOLOGY
technology=41
receiver=USSR
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=86
receiver=Third Reich
@THEN
CREATEUNIT
unit=Partisans
owner=USSR
veteran=no
homecity=None
locations
145,41
endlocations
@ENDIF

@IF
CITYTAKEN
city=Tallinn
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Alarmed Red Army chiefs are in shock at the rapid Nazi advance.
^^ In Leningrad, Soviet civilians dig madly to create defences.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=Baku
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ The German panzers seize control of the strategic 
^^ oil fields at Baku and Grosny. Hitler's military has 
^^ finally overcome it's fuel shortage problems for good.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Minsk
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Army group center under Field Marshal Von Bock, 
^^ captures the Minsk and 300,000 Red Army troops. 
^
^^ General Pavlov is summoned to Moscow and promptly executed.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Kiev
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Field Marshals von Bock and von Runstedt orchestate 
^^ the fall of Kiev, taking over 600,000 prisoners...
^^ Can the Red Army survive such resounding defeats?
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Smolensk
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ General Heinz Guderian's 2nd Panzers blast their way through the defenders
^^ to capture the key industrial city of Smolensk... Most of the factories and 
^^ infrastruture has been left intact due to the lighting-fast German advance.
^
^^ With the fall of Smolensk, Hitler has decided to launch 
^^ an all-out attack on Moscow, and has flung extra reserves
^^ into the struggle...Operation Typhoon has begun!
^
ENDTEXT
CREATEUNIT
unit=Wehrmacht
Count=4
owner=Third Reich
veteran=yes
homecity=None
locations
142,42
endlocations
PlayWaveFile
GERVICTOR.wav
@ENDIF

@IF
CITYTAKEN
city=Smolensk
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
CREATEUNIT
unit=Waffen SS
Count=2
owner=Third Reich
veteran=yes
homecity=None
locations
142,42
endlocations
@ENDIF

@IF
CITYTAKEN
city=Smolensk
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
CREATEUNIT
unit=AA Battery
Count=1
owner=Third Reich
veteran=yes
homecity=None
locations
142,42
endlocations
@ENDIF

@IF
CITYTAKEN
city=MOSCOW
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Operation Barbarossa Successful:
^
^^ After a bloody campaign, the exhausted Germans finally surge into Moscow.
^^ Josef Stalin flees to his heavily-defended redoubt in the Ural mountains. 
^^ The city is in chaos as partisans and looters skirmish with the Germans.
^
^^ The Soviets warn that at this rate, the war may be lost soon...
^
ENDTEXT
CREATEUNIT
unit=Partisans
Count=10
owner=USSR
veteran=yes
homecity=None
Randomize
locations
141,45
143,39
146,44
146,50
149,39
150,56
endlocations
PlayWaveFile
GERVICTOR.wav
@ENDIF

@IF
CITYTAKEN
city=MOSCOW
attacker=Third Reich
defender=USSR
@THEN
Flag
Who=Third Reich
State=on
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=MOSCOW
attacker=USSR
defender=Third Reich
@THEN
Flag
Continuous
Who=Third Reich
State=off
Flag=1
@ENDIF

@IF
CITYTAKEN
city=MOSCOW
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
Delay
delay=1
TEXT
^
^^ Tojo attacks the Soviet East:
^
^^ With the capture of Moscow, the Japanese feel confident
^^ enough to open a second front against the Russians. 
^
ENDTEXT
MAKEAGGRESSION
who=Japanese Empire
whom=USSR
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=Leningrad
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Leningrad beaten into submission:
^
^^ Despite a long and brutal siege, the Soviet defenders could
^^ not continue without food or ammunition. Expecting clemency,
^^ the soviets surrender, but the SS shows no mercy...
^
ENDTEXT
CREATEUNIT
unit=Partisans
Count=10
owner=USSR
veteran=yes
homecity=None
Randomize
locations
141,45
143,39
146,44
146,50
149,39
150,56
endlocations
PlayWaveFile
WAFFENKILL.wav
@ENDIF

@IF
CITYTAKEN
city=Leningrad
attacker=Third Reich
defender=USSR
@THEN
Flag
Who=Third Reich
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=Leningrad
attacker=USSR
defender=Third Reich
@THEN
Flag
Continuous
Who=Third Reich
State=off
Flag=2
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Battle for Stalingrad:
^
^^ The German 6th army, under General Friedrich Paulus, reaches Stalingrad.
^^ Russian commanders have orders given directly from Stalin, telling them 
^^ to destroy the hated Nazi invaders at all costs...
^
ENDTEXT
CREATEUNIT
unit=Wehrmacht
Count=4
owner=Third Reich
veteran=yes
homecity=None
Randomize
locations
151,53
endlocations
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
TEXT
^
^^ Over 200,000 German soldiers are fighting in the embattled city. 
^^ Hitler promotes Paulus to Field Marshal, and forbids any surrender.
^^ Paulus knows no German Field Marshal has ever been taken alive...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=Third Reich
defender=USSR
@THEN
Flag
Who=Third Reich
State=on
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=USSR
defender=Third Reich
@THEN
Flag
Who=Third Reich
State=off
Flag=3
Continuous
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=Third Reich
defender=USSR
@THEN
JUSTONCE
CREATEUNIT
unit=Guards
Count=4
owner=USSR
veteran=yes
homecity=None
Randomize
locations
155,51
154,56
152,58
154,50
156,54
159,53
endlocations
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ Soviet Victory in Stalingrad:
^
^^ With the 6th army about to collapse, Field Marshal von Paulus has no choice 
^^ but to surrender, much to Hitler's displeasure. The Soviets have defeated
^^ a powerful German army and won a much needed morale boost...
^
ENDTEXT
CREATEUNIT
unit=T-34-85
Count=4
owner=USSR
veteran=yes
homecity=None
Randomize
locations
151,53
endlocations
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000001110
Count=3
State=on
@THEN
JUSTONCE
Delay
delay=1
TEXT
^
^^ With the loss of vast territories, and their three most important cities,
^^ the Soviet empire seems to crumble before the might of the Third Reich.
^
^^ It is only a matter of time before a final collapse of the Stalin regime.
^
^^ The Fhrer's dream which he described in "Mein Kampf" has become a reality.
^
ENDTEXT
TAKETECHNOLOGY
whom=USSR
Collapse
technology=11
PlayWaveFile
GERVICTOR.wav
@ENDIF

; Soviet Attacks

@IF
CITYTAKEN
city=Prague
attacker=USSR
defender=Third Reich
@THEN
Flag
Who=USSR
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=Prague
attacker=Third Reich
defender=USSR
@THEN
Flag
Who=USSR
State=off
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=Bucharest
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The Germans lose control of one of the Ploeisti oil fields in Rumania.
^^ Through lack of fuel, the Nazi war machine may soon grind to a halt...
^
ENDTEXT
CHANGEMONEY
receiver=USSR
amount=4000
PlayWaveFile
DEFEAT.wav
@ENDIF

@IF
CITYTAKEN
city=Warsaw
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ As heavily damaged Warsaw falls to the triumphant Red Army, 
^^ Hitler must realise now that his enemies are closing on Germany.
^
ENDTEXT
PlayWaveFile
DEFEAT.wav
@ENDIF

@IF
CITYTAKEN
city=Warsaw
attacker=USSR
defender=Third Reich
@THEN
Flag
Continuous
Who=USSR
State=on
Flag=1
@ENDIF

@IF
CITYTAKEN
city=Warsaw
attacker=Third Reich
defender=USSR
@THEN
Flag
Continuous
Who=USSR
State=off
Flag=1
@ENDIF

@IF
CITYTAKEN
city=Hamburg
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The Red Army captures the secret Nazi research facility 
^^ at Peenemnde. Many prominent German scientists are sent
^^ to Russia to enhance the Soviet research effort.
^
ENDTEXT
PlayWaveFile
DEFEAT.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ SOVIETS TAKE BERLIN!
^
^^ The Fhrer is nowhere to be found as the Reich disintegrates.
^^ Fanatical Nazi leaders are duly shot by the hated Red Army. 
^^ The Allies had hoped to reach Berlin first. Now they can only 
^^ watch the Soviet troops destroy and pillage as the Red Banner
^^ flutters from the wrecked spires of the Reichstag.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=USSR
defender=Third Reich
@THEN
Flag
Who=USSR
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=BERLIN
attacker=Third Reich
defender=USSR
@THEN
Flag
Who=USSR
State=off
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=Cologne
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The Red Army is on a roll as it hammers into the heavily populated 
^^ Cologne and Frankfurt areas! Stalin smugly ignores the angry Allies.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=PARIS
attacker=USSR
defender=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ Marshal Zhukov conquers Paris in a classic Red Army Steamroller attack! 
^^ The Allies are enraged and order him to pull back - When this demand is 
^^ ignored, the USA decides to bomb the communists as a punitive measure...
^
ENDTEXT
PlayWaveFile
CONQUER.wav
MAKEAGGRESSION
who=USSR
whom=USA
@ENDIF

@IF
UNITKILLED
unit=AnyUnit
attacker=USSR
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ British forces move to assist the USA against the Soviet attack!
^
ENDTEXT
MAKEAGGRESSION
who=British Empire
whom=USSR
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
UNITKILLED
unit=AnyUnit
attacker=USSR
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ Commonwealth forces move to assist the British against the Soviet attack!
^
ENDTEXT
MAKEAGGRESSION
who=Commonwealth
whom=USSR
PlayWaveFile
WARDRUM.wav
@ENDIF

; Pacific War Events

@IF
TURN
turn=14
@THEN
JUSTONCE
TEXT
no broadcast
^
^^ TOP SECRET
^
^^ Admiral Yamamoto has submitted plans for his war in the Pacific.
^^ The Japanese high command can now prepare the attacks on the USA.
^
ENDTEXT
GIVETECHNOLOGY
technology=35
receiver=Japanese Empire
@ENDIF

@IF
CITYTAKEN
city=DELHI
attacker=Japanese Empire
defender=Anybody
@THEN
Flag
Who=Japanese Empire
State=on
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=DELHI
attacker=Anybody
defender=Japanese Empire
@THEN
Flag
Who=Japanese Empire
State=off
Flag=0
Continuous
@ENDIF

@IF
CITYTAKEN
city=Port Moresby
attacker=Japanese Empire
defender=Anybody
@THEN
Flag
Who=Japanese Empire
State=on
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=Port Moresby
attacker=Anybody
defender=Japanese Empire
@THEN
Flag
Who=Japanese Empire
State=off
Flag=1
Continuous
@ENDIF

@IF
CITYTAKEN
city=Padang
attacker=Japanese Empire
defender=Anybody
@THEN
Flag
Who=Japanese Empire
State=on
Flag=2
Continuous
@ENDIF

@IF
CITYTAKEN
city=Padang
attacker=Anybody
defender=Japanese Empire
@THEN
Flag
Who=Japanese Empire
State=off
Flag=2
Continuous
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
TEXT
^
^^ Japan charges forward into the Pacific war!
^
^^ Playing a desperate gamble, the Imperial Navy has attacked the USA!
^^ Admiral Yamamoto's war plan aims to cripple American Pacific power.
^
^^ He hopes to leave the way open for Japanese domination!
^
ENDTEXT
MAKEAGGRESSION
who=Japanese Empire
whom=USA
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
MAKEAGGRESSION
who=Japanese Empire
whom=British Empire
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
MAKEAGGRESSION
who=Japanese Empire
whom=Commonwealth
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
GIVETECHNOLOGY
technology=13
receiver=Japanese Empire
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Type 97 Chi-Ha
Count=2
owner=Japanese Empire
veteran=yes
homecity=None
locations
206,96
205,97
205,95
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
206,96
205,97
205,95
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Paratroops
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
locations
206,96
205,97
205,95
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Carrier
Count=2
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
8,88
9,89
7,89
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Battleship
Count=2
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
8,88
9,89
7,89
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=D3A Val
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
8,88
9,89
7,89
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=A6M2 Zero
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
8,88
9,89
7,89
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
TEXT
^
^^ To secure vital oil in the Dutch East Indies, Japan now 
^^ declares war on  the Netherlands and immediately invades.
^
^^ Japan's target is the Palembang oil refinery in Sumatra.
^
ENDTEXT
MAKEAGGRESSION
who=Japanese Empire
whom=Commonwealth
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
189,113
188,112
189,111
186,108
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Paratroops
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
189,113
188,112
189,111
186,108
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
locations
196,122
194,122
197,121
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
locations
204,118
207,117
206,112
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=62
receiver=Japanese Empire
@THEN
JUSTONCE
GIVETECHNOLOGY
technology=12
receiver=USA
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=12
receiver=USA
@THEN
JUSTONCE
Delay
delay=1
TEXT
^
^^ Unable to tolerate the American assistance given to the UK and USSR,
^^ Germany and Italy have announced they are at war with the United States. 
^
^^ America immediately responds by declaring war on the two Axis powers.
^
ENDTEXT
MAKEAGGRESSION
who=Third Reich
whom=USA
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=Manila
attacker=Japanese Empire
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ The Americans have lost the Philippines to Japan. General Douglas 
^^ MacArthur departs. He vows however, to return...A statement that 
^^ provokes sarcastic comments among his desperate and isolated men.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Hong Kong
attacker=Japanese Empire
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ The British governor of Hong Kong capitulates to the Japanese army.
^^ As the Japanese forces ransack the city, they pillage much booty.
^
^^ Including Western women...
^
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=4000
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Singapore
attacker=Japanese Empire
defender=British Empire
@THEN
JUSTONCE
TEXT
^
^^ General Yamashita seizes Singapore:
^
^^ More than 85,000 Commonwealth troops under General Percival, 
^^ surrender to Yamashita's force of only 30,000 men.
^
^^ This is the British Empire's greatest defeat in history...
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Padang
attacker=Japanese Empire
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Japanese forces make an airborne assault on the Palembang oil 
^^ refinery in Sumatra. The Dutch garrison is forced to surrender.
^
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=4000
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=Port Moresby
attacker=Japanese Empire
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ With the capture of Port Moresby, Japan can now establish forward naval 
^^ and air bases from which it can strike deeply into the Australian mainland.
^
ENDTEXT
PlayWaveFile
CONQUER.wav
@ENDIF

@IF
CITYTAKEN
city=DELHI
attacker=Japanese Empire
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ The capture of Delhi alarms the Soviets.
^
^^ Knowing that a Japanese-controlled India will mean a tangible threat 
^^ to Russia, Stalin orders 'punitive attacks' on the Axis power...
^
ENDTEXT
MAKEAGGRESSION
who=USSR
whom=Japanese Empire
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
CITYTAKEN
city=WASHINGTON DC
attacker=Third Reich
defender=USA
@THEN
JUSTONCE
TEXT
^
^^ Tripartite Pact collapses after Nazi Triumph!
^
^^ The Japanese are enraged that Germany has conquered the US capital.
^^ Tojo had hoped to achieve this goal for the Emperor. Japan cancels 
^^ the alliance and threatens conflict with Germany.
^
ENDTEXT
MAKEAGGRESSION
who=Japanese Empire
whom=Third Reich
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=21
receiver=Chinese Empire
@THEN
CREATEUNIT
unit=Partisans
Count=3
owner=Chinese Empire
veteran=no
homecity=None
Randomize
locations
193,67
197,63
193,63
191,73
192,78
195,83
191,85
188,66
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=96
receiver=USA
@AND
RECEIVEDTECHNOLOGY
technology=21
receiver=Chinese Empire
@THEN
CREATEUNIT
unit=M3 Stuart
owner=Chinese Empire
veteran=no
homecity=None
Randomize
locations
193,67
197,63
193,63
191,73
192,78
195,83
191,85
188,66
endlocations
@ENDIF

; Sea Battle Events

@IF
UNITKILLED
unit=Transport Ship
attacker=Third Reich
defender=British Empire
@THEN
TEXT
The Germans sink a British Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=British Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Third Reich
defender=Commonwealth
@THEN
TEXT
The Germans sink an Commonwealth Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Commonwealth
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Third Reich
defender=USA
@THEN
TEXT
The Germans sink an American Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=USA
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Third Reich
defender=USSR
@THEN
TEXT
The Germans sink a Soviet Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=USSR
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Japanese Empire
defender=British Empire
@THEN
TEXT
The Japanese sink a British Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=British Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Japanese Empire
defender=Commonwealth
@THEN
TEXT
The Japanese sink an Commonwealth Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Commonwealth
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Japanese Empire
defender=USA
@THEN
TEXT
The Japanese sink an American Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=USA
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Japanese Empire
defender=USSR
@THEN
TEXT
The Japanese sink a Soviet Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=USSR
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=USA
defender=Japanese Empire
@THEN
TEXT
The Americans sink a Japanese Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=British Empire
defender=Japanese Empire
@THEN
TEXT
The British sink a Japanese Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Commonwealth
defender=Japanese Empire
@THEN
TEXT
The Commonwealth sinks a Japanese Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=USSR
defender=Japanese Empire
@THEN
TEXT
The Soviets sink a Japanese Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=USA
defender=Third Reich
@THEN
TEXT
The Americans sink a German Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Third Reich
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=British Empire
defender=Third Reich
@THEN
TEXT
The British sink a German Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Third Reich
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=Commonwealth
defender=Third Reich
@THEN
TEXT
The Commonwealth sink a German Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Third Reich
amount=-200
@ENDIF

@IF
UNITKILLED
unit=Transport Ship
attacker=USSR
defender=Third Reich
@THEN
TEXT
The Soviets sink a German Freighter, destroying 200 gold worth of cargo.
ENDTEXT
CHANGEMONEY
receiver=Third Reich
amount=-200
@ENDIF

; Attack Events

@IF
RANDOMTURN
denominator=3
@THEN
CREATEUNIT
unit=Partisans
owner=British Empire
veteran=yes
homecity=None
Randomize
locations
130,82
138,86
144,66
148,74
132,62
126,68
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=6
@THEN
CREATEUNIT
unit=Commandos
owner=British Empire
veteran=yes
homecity=None
Randomize
locations
130,82
138,86
144,66
148,74
132,62
126,68
endlocations
@ENDIF

@IF
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000000010
State=on
@THEN
CREATEUNIT
unit=Partisans
Count=2
owner=USSR
veteran=yes
homecity=None
Randomize
locations
141,45
143,39
146,44
146,50
149,39
150,56
endlocations
@ENDIF

@IF
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000000110
Count=2
State=on
@THEN
CREATEUNIT
unit=Partisans
Count=2
owner=USSR
veteran=yes
homecity=None
Randomize
locations
141,45
143,39
146,44
146,50
149,39
150,56
endlocations
@ENDIF

@IF
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000001110
Count=3
State=on
@THEN
CREATEUNIT
unit=Partisans
Count=2
owner=USSR
veteran=yes
homecity=None
Randomize
locations
141,45
143,39
146,44
146,50
149,39
150,56
endlocations
@ENDIF

; Secret Weapon Events

@IF
RECEIVEDTECHNOLOGY
technology=77
receiver=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ Allied aircrews are reporting that the Luftwaffe has a new toy.
^^ The deadly Me262...The world's first operational jet fighter.
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=80
receiver=Third Reich
@THEN
JUSTONCE
TEXT
^
^^ The Germans have created the world's first long range ballistic missile. 
^^ A futuristic and deadly weapon - From which there is no defence...
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=32
receiver=USA
@THEN
JUSTONCE
TEXT
^
^^ Taking almost 50% of a year's whole war effort to build, The Americans 
^^ now get ready to deploy their ultimate weapon: The Atomic Bomb.
^
^^ Using the weapon in anger is a choice that the US President must now make.
^
^^ History will be his judge...
^
ENDTEXT
PlayWaveFile
WARDRUM.wav
@ENDIF

; Final Victory Events

@IF
RECEIVEDTECHNOLOGY
technology=80
receiver=Third Reich
@AND
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000001111
Count=4
State=on
@THEN
JUSTONCE
TEXT
^
^^ THIRD REICH TOTAL VICTORY!
^
^^ Hitler holds a massive rally in Berlin - A resounding tribute to the 
^^ fall of the Allied cause and the dawn of the new order of Nazi Europe.
^
^^ Not even the struggling USA can now deny the power of the Axis...
^
^^ Deutschland ber alles!
^
ENDTEXT
PlayWaveFile
GERTUNE.wav
@ENDIF

@IF
Checkflag
Who=USA
Mask=0b00000000000000000000000000001011
Count=3
State=on
@AND
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000000001
State=off
@THEN
JUSTONCE
TEXT
^
^^ AMERICAN TOTAL VICTORY!
^
^^ A great day for the USA as victory is declared for the Allied cause.
^
^^ The capture of Berlin will prevent the cold war - Europe will soon
^^ see a rebuilt Germany. A strong power for freedom and democracy.
^
^^ The Land of the Brave can be proud in this day of history!
^
ENDTEXT
PlayWaveFile
USTUNE.wav
@ENDIF

@IF
Checkflag
Who=British Empire
Mask=0b00000000000000000000000000000111
Count=3
State=on
@AND
Checkflag
Who=USA
Mask=0b00000000000000000000000000001011
Count=3
State=on
@THEN
JUSTONCE
TEXT
^
^^ BRITISH TOTAL VICTORY!
^
^^ Great Britain celebrates final triumph over Nazi Germany!
^
^^ The struggle has been monumental, and the loss of life on both sides 
^^ far too great - But now the UK can take a leading role in the rebuilding 
^^ of a shattered Europe and gains prestige as a great force for freedom.
^
^^ This is their finest hour!
^
ENDTEXT
PlayWaveFile
UKTUNE.wav
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=76
receiver=Japanese Empire
@AND
Checkflag
Who=Japanese Empire
Mask=0b00000000000000000000000000000111
Count=3
State=on
@THEN
JUSTONCE
TEXT
^
^^ IMPERIAL JAPAN TOTAL VICTORY!
^
^^ Tokyo is host to a great celebration and parade in honour of the divine
^^ Emperor and the courage of the Japanese armed forces. The foreign devils
^^ are soundly beaten, and the 'Asian Co-Prosperity Sphere' is now a reality. 
^
^^ Zennin no ueta ki!
^
ENDTEXT
PlayWaveFile
JAPANTUNE.wav
@ENDIF

@IF
Checkflag
Who=USSR
Mask=0b00000000000000000000000000000111
Count=3
State=on
@AND
Checkflag
Who=Third Reich
Mask=0b00000000000000000000000000001110
Count=3
State=off
@THEN
JUSTONCE
TEXT
^
^^ SOVIET TOTAL VICTORY!
^
^^ Cheering thousands gather in Moscow's Red Square to celebrate their
^^ resounding victory and salute the heroes of the Great Patriotic War.
^
^^ Stalin announces a new era of communist freedom for occupied Europe.
^
^^ Long live the Rodina and Workers!
^
ENDTEXT
PlayWaveFile
RUSTUNE.wav
@ENDIF

; Engineers

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=Third Reich
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=Third Reich
veteran=no
homecity=None
locations
129,47
124,50
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=British Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=British Empire
veteran=no
homecity=None
locations
118,46
140,80
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=USSR
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=USSR
veteran=no
homecity=None
locations
151,53
145,41
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=USA
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=USA
veteran=no
homecity=None
locations
69,61
65,63
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=Japanese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=Japanese Empire
veteran=no
homecity=None
locations
218,68
200,66
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@AND
RECEIVEDTECHNOLOGY
technology=67
receiver=Chinese Empire
@THEN
JUSTONCE
CREATEUNIT
unit=Engineers
owner=Chinese Empire
veteran=no
homecity=None
locations
188,66
191,85
endlocations
@ENDIF

@ENDEVENTS
